







[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Overload List
Name | Description | |
---|---|---|
![]() | Equals(Object) |
Determines if this pair is equal to another object. The pair is equal to another object
if that object is a Pair, both element types are the same, and the first and second elements
both compare equal using object.Equals.
(Overrides ValueType..::Equals(Object).) |
![]() | Equals(Pair<(Of <TFirst, TSecond>)>) |
Determines if this pair is equal to another pair. The pair is equal if the first and second elements
both compare equal using IComparable<T>.Equals or object.Equals.
|
See Also
Pair<(Of <TFirst, TSecond>)> Structure
Pair<(Of <TFirst, TSecond>)> Members
Wintellect.PowerCollections Namespace